Naked Intrabar POCThis indicator with an unfortunate and very non PC sounding name approximates (!) the intrabar point of control (POC) either from time or volume at price.
Due to pine limitations, bin size and the sample lower time frame selection will have at least some effect on the accuracy of the approximation. The trade off is between accuracy and historical availability, however bar replay can be used to view prior historical states beyond what is visible from the current real time bar.
In order for all intrabar POC circles to be visible, you will need to manually set the visual order of the indicator by bringing it to the front.
Since the POC represents a price point around which the highest market participation occurred, the exposed global variable intrabar_poc may (or may not) be interesting as an alternative to ohlc based source input.
Cerca negli script per "point of control"
Synthetic Price Action GeneratorNOTICE:
First thing you need to know, it "DOES NOT" reflect the price of the ticker you will load it on. THIS IS NOT AN INDICATOR FOR TRADING! It's a developer tool solely generating random values that look exactly like the fractals we observe every single day. This script's generated candles are as fake as the never ending garbage news cycles we are often force fed and expected to believe by using carefully scripted narratives peddled as hypnotic truth to psychologically and emotionally influence you to the point of control by coercion and subjugation. I wanted to make the script's synthetic nature very clear using that analogy, it's dynamically artificial. Do not accidentally become disillusioned by this scripts values, make trading decisions from it, and lastly don't become victim to predatory media magic ministry parrots with pretty, handsome smiles, compelling you to board their ferris wheel of fear. Now, on to the good stuff...
BACKSTORY:
Occasionally I find myself in situations where I have to build analyzers in Pine to actually build novel quantitative analytic indicators and tools worthy of future use. These analyzers certainly don't exist on this platform, but usually are required to engineer and tweak algorithms of the highest quality with the finest computational caliber. I have numerous other synthesizers to publish besides this one.
For many reasons, I needed a synthetic environment to utilize the analyzers I built in Pine, to even pursue building some exotic indicators and algorithms. Pine doesn't allow sourcing of tuples. Not to mention, I required numerous Pine advancements to make long held dreams into tangible realities. Many Pine upgrades have arrived and MANY, MANY more are in need of implementation for all. Now that I have this, intending to use it in the future often when in need, you can now use it too. I do anticipate some skilled Pine poets will employ this intended handy utility to design and/or improved indicators for trading.
ORIGIN:
This was inspired by the brilliance from the world renowned ALGOmist John F. Ehlers, but it's taken on a completely alien form from its original DNA. Browsing on the internet for something else, I came across an article with a small code snippet, and I remembered an old wish of mine. I have long known that by flipping back and forth on specific tickers and timeframes in my Watchlist is not the most efficient way to evaluate indicators in multiple theatres of price action. I realized, I always wanted to possess and use this sort of tool, so... I put it into Pine form, but now have decided to inject it with Pine Script steroids. The outcome is highly mutable candle formations in a reusable mutagenic package, observable above and masquerading as genuine looking price candles.
OVERVIEW:
I guess you could call it a price action synthesizer, but I entitled it "Synthetic Price Action Generator" for those who may be searching for such a thing. You may find this more useful on the All or 5Y charts initially to witness indication from beginning (barstate.isfirst === barindex==0) to end (last_bar_index), but you may also use keyboard shortcuts + + to view the earliest plottable bars on any timeframe. I often use that keyboard shortcut to qualify an indicator through the entirety of it's runtime.
A lot can go wrong unexpectedly with indicator initialization, and you will never know it if you don't inspect it. Many recursively endowed Infinite Impulse Response (IIR) Filters can initialize with unintended results that minutely ring in slightly erroneous fashion for the entire runtime, beginning to end, causing deviations from "what should of been..." values with false signals. Looking closely at spg(), you will recognize that 3 EMAs are employed to manage and maintain randomness of CLOSE, HIGH, and LOW. In fact, any indicator's barindex==0 initialization can be inspected with the keyboard shortcuts above. If you see anything obviously strange in an authors indicator, please contact the developer if possible and respectfully notify them.
PURPOSE:
The primary intended application of this script, is to offer developers from advanced to even novice skill levels assistance with building next generation indicators. Mostly, it's purpose is for testing and troubleshooting indicators AND evaluating how they perform in a "manageable" randomized environment. Some times indicators flake out on rare but problematic price fluctuations, and this may help you with finding your issues/errata sooner than later. While the candles upon initial loading look pristine, by tweaking it to the minval/maxval parameters limits OR beyond with a few code modifications, you can generate unusual volatility, for instance... huge wicks. Limits of minval= and maxval= of are by default set to a comfort zone of operation. Massive wicks or candle bodies will undoubtedly affect your indication and often render them useless on tickers that exhibit that behavior, like WGMCF intraday currently.
Copy/paste boundaries are provided for relevant insertion into another script. Paste placement should happen at the very top of a script. Note that by overwriting the close, open, high, etc... values, your compiler will give you generous warnings of "variable shadowing" in abundance, but this is an expected part of applying it to your novel script, no worries. plotcandle() can be copied over too and enabled/disabled in Settings->Style. Always remember to fully remove this scripts' code and those assignments properly before actual trading use of your script occurs, AND specifically when publishing. The entirety of this provided code should never, never exist in a published indicator.
OTHER INTENTIONS:
Even though these are 100% synthetic generated price points, you will notice ALL of the fractal pseudo-patterns that commonly exist in the markets, are naturally occurring with this generator too. You can also swiftly immerse yourself in pattern recognition exercises with increased efficiency in real time by clicking any SPAG Setting in focus and then using the up/down arrow keys. I hope I explained potential uses adequately...
On a personal note, the existence of fractal symmetry often makes me wonder, do we truly live in a totality chaotic universe or is it ordered mathematically for some outcomes to a certain extent. I think both. My observations, it's a pre-deterministic reality completely influenced by infinitesimal amounts of sentient free will with unimaginable existing and emerging quantities. Some how an unknown mysterious mechanism governing the totality of universal physics and mathematics counts this 100.0% flawlessly and perpetually. Anyways, you can't change the past that long existed before your birth or even yesterday, but you can choose to dream, create, and forge the future into your desires and hopes. As always, shite always happens when your not looking for it. What you choose to do after stepping in it unintentionally... is totally up to you. :) Maybe this tool and tips provided will aid you in not stepping in an algo cachucha up to your ankles somehow.
SCRIPTING LESSONS PORTRAYED IN THIS SCRIPT:
Pine etiquette and code cleanliness
Overwrite capabilities of built-in Pine variables for testing indicators
Various techniques to organize Settings panel while providing ease of adjustment utility
Use of tooltip= to provide users adequate valuable information. Most people want to trade with indicators, not blindly make adjustments to them without any knowledge of their intended operation/effects
When available time provides itself, I will consider your inquiries, thoughts, and concepts presented below in the comments section, should you have any questions or comments regarding this indicator. When my indicators achieve more prevalent use by TV members , I may implement more ideas when they present themselves as worthy additions. Have a profitable future everyone!
Liquidity Pro Map [ChartPrime]⯁ OVERVIEW
Liquidity Pro Map is a market-structure tool that simulates liquidity distribution by splitting price history into buy-side and sell-side profiles. Using candle volume and the standard deviation of close, the indicator builds two mirrored volume maps on the right-hand side of the chart. It also extends liquidity levels backwards in time until they are crossed by price, allowing you to see which zones remain untouched and where liquidity is most likely resting. Cumulative skew lines and highlighted POC levels give additional clarity on imbalance between buyers and sellers.
⯁ KEY FEATURES
Dual Liquidity Profiles: The chart is divided into buy-side (green) and sell-side (red) liquidity profiles, letting you instantly compare both sides of order flow.
Level Extension Logic: Each liquidity level is extended back in time until price crosses it. If not crossed, it persists all the way to the indicator’s lookback period, marking zones that remain “untapped.”
Dynamic Binning with Standard Deviation: The indicator distributes candle volumes into bins using close-price deviation, creating a more realistic liquidity map than static price levels.
priceDeviation = ta.stdev(close, 25) * 2
priceReference = close > open ? low - priceDeviation : high + priceDeviation
Cumulative Volume Skew Lines: Polylines on the right-hand side show the aggregated buy and sell volume profiles, making it easy to spot imbalance.
POC Identification: Highest-volume levels on both sides are marked as POC (Point of Control) , providing key zones of interest.
Clear Color Coding: Gradient shading intensifies with volume concentration—dark teal/green for buy zones, dark pink/red for sell zones.
⯁ HOW IT WORKS (UNDER THE HOOD)
Volume Distribution: Each bar’s volume is assigned to a price bin based on its reference price (close ± standard deviation offset).
Buy vs. Sell Splitting: If bins above last close price, volume is allocated to sell-side liquidity; otherwise, it’s allocated to buy-side liquidity.
Level Extension: Boxes marking liquidity bins extend back until crossed by price. If uncrossed, they anchor all the way to the start of the lookback window.
Cumulative Polylines: As bins are stacked, cumulative buy and sell values form skew polylines plotted at the right edge.
POC Levels: The highest-volume bin on each side is highlighted with labels and arrows, marking where the heaviest liquidity is concentrated.
⯁ USAGE
Use buy/sell profiles to see where liquidity is likely resting. Green shelves suggest potential support zones; red shelves suggest resistance or sell liquidity pools.
Watch untouched extended levels —these often become magnets for price as liquidity is swept.
Track POC levels as primary liquidity targets, where reactions or fakeouts are most common.
Compare cumulative skew lines to judge which side dominates in volume. Heavy buy skew may indicate absorption of sell pressure, and vice versa.
Adjust lookback period to switch between intraday liquidity maps and larger swing-based profiles.
Use separator feature to hide bins borders for better visual clarity.
Use as a confluence tool with OBs, support/resistance, and liquidity sweep setups.
⯁ CONCLUSION
Liquidity Pro Map transforms candle volume into a structured simulation of where liquidity may rest across the chart. By dividing buy vs. sell profiles, extending untouched levels, and marking cumulative skew and POC, it equips traders with a clear visual map of potential liquidity pools. This allows for better anticipation of sweeps, reversals, and areas of high market activity.
WarrIA Pro v4.0 - Whales Behavior Simulator# 🐋 WarrIA Pro V.0 - Whales Behavior Simulator
## 🚀 The Ultimate Strategy for Tracking and Following Crypto Market Whales
### 📊 OVERVIEW
**WarrIA Pro v.0 - Whales eresistance, VWAP, and POC
#### 4. **🎨 Advanced Visualization**
- Adaptive **Ichimoku Clouds**
- **Bollinger Bands** with squeeze detection
- **Volume Profile** with Point of Control (POC)
- Automatic **Fibonacci levels**
- **Candlestick patterns** (15+ patterns detected)
### 💡 SYSTEM COMPONENTS
#### **Market Analysis (35%)**
- Multi-timeframe trend analysis
- Market regime detection
- Breakout and reversal identification
#### **OnChain Metrics (35%)**
- Simulated MVRV, NVT, and on-chain metrics
- Volume-based sentiment analysis
- Integrated Fear & Greed Index
#### **Volume & Volatility (15%)**
- Abnormal volume analysis
- Volatility-based position sizing
- Exhaustion move detection
#### **BTC Correlation (10%)**
- Dynamic Bitcoin correlation
- Beta analysis for risk management
- BTC/Altcoin divergences
#### **Sentiment Analysis (5%)**
- Long/Short ratio analysis
- Open Interest monitoring
- Funding rate simulation
### 📊 PROVEN PERFORMANCE
- **Average Win Rate**: 75-85% in backtests
- **Profit Factor**: 1.5-2.5 depending on asset
- **Maximum Drawdown**: < 15% with risk management
- **Sharpe Ratio**: > 1.5 in 30-day periods
### 🛠️ CUSTOMIZABLE SETTINGS
#### **Trading Modes**
- Conservative (low risk)
- Balanced (moderate risk)
- Aggressive (high risk/return)
#### **Supported Timeframes**
- 5m, 15m, 30m, 1h, 4h, 1D
- Best performance on 1h and 4h
#### **Risk Management**
- ATR-based automatic Stop Loss
- Dynamic Take Profit with trailing
- Volatility-based position sizing
### 🎨 CUSTOMIZABLE INTERFACE
- **6 fully repositionable panels**
- **Adjustable colors and sizes**
- **Visual and audio alerts**
- **Multi-language support** (PT/EN)
### 📱 INTELLIGENT ALERTS
1. **Long/Short Entry** with high confluence
2. **Whale Activity** detected
3. **Stop Hunt** in progress
4. **RSI/MACD Divergences**
5. **Important pattern breakouts**
6. **Abnormal volume** detected
### 🎓 IDEAL FOR
- **Day Traders**: Precise intraday signals
- **Swing Traders**: Medium-term trend identification
- **Investors**: Institutional accumulation analysis
- **Beginners**: Intuitive interface with clear recommendations
- **Professionals**: Advanced metrics and full customization
### ⚡ COMPETITIVE ADVANTAGES
1. **Market-unique** whale behavioral analysis
2. **Proprietary AI** not available in other indicators
3. **Integrated backtesting** with real-time statistics
4. **Continuous support** and regular updates
5. **Exclusive Discord community**
### 🔧 REQUIREMENTS
- TradingView Pro, Pro+, or Premium
- Works on all markets (Crypto, Forex, Stocks)
- Optimized for Bitcoin and top 20 cryptocurrencies
### 💬 SUPPORT & COMMUNITY
- Exclusive Discord for users
- Detailed video tutorials
- Pre-configured settings for different markets
- Monthly updates with improvements
### ⚠️ IMPORTANT DISCLAIMERS
- Past results do not guarantee future performance
- Always use appropriate risk management
- This is an educational tool and does not constitute financial advice
- Test on demo account before using real capital
### 🏆 WARRANTY
- 30-day trial period
- Unlimited technical support
- Free updates for 1 year
---
**🔥 Join hundreds of traders already successfully following the whales!**
**💎 WarrIA Pro v.0 - Where Artificial Intelligence meets Smart Money**
---
*Version 0 | Last update: September 2025*
*© 2025 WarrIA Trading Systems - All rights reserved*
Weekly Volume Profile -Previous Week Projected into Current WeekThis indicator displays the Volume Profile of the previous week projected into the current week. It calculates the Point of Control (POC), Value Area High (VAH), and Value Area Low (VAL) based on the weekly volume distribution. Lines are extended to the right to provide a reference for the current week's trading. Optional small labels show PWPOC, PWVAH, and PWVAL. Ideal for traders who want to track key levels from the previous week and use them as support/resistance in the current week.
Features:
Customizable number of price bins
Adjustable Value Area percentage
POC, VAH, and VAL lines projected forward
Optional minimal labels for each level
Resets every week on Sunday 22:00 UTC
Volume Profile Multi periodVolume Profile - AOC 📈
Unlock market insights with this powerful volume profile indicator! Analyze trading activity across multiple sessions with customizable settings and clear visuals. Perfect for traders aiming to identify key price levels and market trends with precision. 🚀
Key Features:
Multi-Session Support: Visualize volume profiles for Tokyo, London, New York, Daily, Weekly, Monthly, Quarterly, and Semiannual sessions. 🌍
Customizable Display: Choose session types, resolution, and bar modes (Mode 1 or Mode 2) to match your strategy. 🎛️
Point of Control (POC): Highlights the most traded price levels for each session. 🎯
Color-Coded Profiles: Distinct up/down volume visualization for quick analysis. 📊
Session Labels: Optional labels for easy identification of session periods. 🏷️
High/Low Tracking: Tracks session-specific highs and lows for accurate profiling. 📏
Empower your trading decisions with clear, actionable volume data! 💡
Volume Profile + VAH, VAL, and POCWhat it is
A clean, on-chart volume profile that approximates your visible range using a configurable Bars Back window. It builds a horizontal histogram of volume by price, splits each price bin into Buy vs Sell volume, draws POC, and computes Value Area High/Low (VAH/VAL). A Stealth Mode toggle switches to a subtle grayscale palette for low-key charts.
Why this instead of the built-in VPVR?
Buy/Sell split per bin: See which prices were defended by buyers vs sellers, not just total volume.
Value Area from POC outward: Classic expansion method until the selected % of total volume (default 70%).
Sleek borders & Stealth Mode: Crisp bin outlines and a one-click professional colorway.
Deterministic & fast: No sessions or anchors needed—set your Bars Back and go.
How it works (under the hood)
Window selection – Pine can’t read your viewport, so we approximate it with Bars Back (user input).
Binning – The window’s price range is divided into N bins.
Volume allocation – For each bar in the window:
Distribute Across Hi–Lo (optional): Spread volume across all bins the bar overlaps, weighted by overlap; or
Single-price mode: Assign all volume to one bin using a representative price (hlc3).
Buy/Sell split (two methods):
Body Proportional (recommended): Split by relative up/down body size (|close−open|).
Up/Down Candle: 100% buy if close ≥ open, else 100% sell.
POC & VA: Point of Control is the bin with max total volume. VAH/VAL expands from POC toward the higher-volume neighbor until the selected % of total volume is included.
Reading the visuals
Horizontal bars (right side): Total volume per price bin.
Left sub-segment = Sell volume
Right sub-segment = Buy volume
POC line: Price level with peak total volume.
VAH / VAL (dashed): Upper and lower bounds of the selected Value Area.
Borders: Each bin has a clean outer outline so the profile looks tight and organized.
Stealth Mode: Grayscale palette that preserves contrast without loud colors.
Key inputs (organized for clarity)
Theme
Stealth Mode: Toggles the grayscale look.
Core
Price Bins: Vertical resolution of the profile.
Lookback (Bars): Approximates your visible range.
Style
Profile Width (bars): How far the histogram extends to the right.
Bin Border Width: Outline thickness.
Markers & Lines
Show POC, Show VAH/VAL, Value Area %, VA line width.
Advanced
Distribute Volume Across Hi–Lo: More accurate, heavier compute.
Buy/Sell Split Method: Body Proportional (realistic) or Up/Down (simple).
Tips & best practices
Start with Body Proportional + Distribute Across ON for intraday accuracy.
If the chart lags, reduce Price Bins or Bars Back, or switch off distribution.
For small windows, fewer bins often looks cleaner (e.g., 30–60).
Stealth Mode plays nicely with both dark and light chart themes.
Limitations & notes
Viewport: Pine can’t access the actual visible bars; Bars Back is a practical stand-in.
Buy/Sell split: This is an approximation from candle bodies, not true bid/ask delta.
Designed for overlay; profile renders to the right of the latest bar.
StdDev Supply/Demand Zone RefinerThis indicator uses standard deviation bands to identify statistically significant price extremes, then validates these levels through volume analysis and market structure. It employs a proprietary "Zone Refinement" technique that dynamically adjusts zones based on price interaction and volume concentration, creating increasingly precise support/resistance areas.
Key Features:
Statistical Extremes Detection: Identifies when price reaches 2+ standard deviations from mean
Volume-Weighted Zone Creation: Only creates zones at extremes with abnormal volume
Dynamic Zone Refinement: Automatically tightens zones based on touch points and volume nodes
Point of Control (POC) Identification: Finds the exact price with maximum volume within each zone
Volume Profile Visualization: Shows horizontal volume distribution to identify key liquidity levels
Multi-Factor Validation: Combines volume imbalance, zone strength, and touch count metrics
Unlike traditional support/resistance indicators that use arbitrary levels, this system:
Self-adjusts based on market volatility (standard deviation)
Refines zones through machine-learning-like feedback from price touches
Weights by volume to show where real money was positioned
Tracks zone decay - older, untested zones automatically fade
HTF POC with Zones & AlertsPlots a Point of Control (POC) per candle from a timeframe you choose (MTF). Because TradingView doesn’t expose true footprint data, the POC here is a proxy (choose: Body Mid, Range Mid, or Typical Price HLC3). The script draws the POC line and an optional POC zone (±% of that candle’s range), then alerts when price retests the zone (wick touches count).
Use it to:
Mark key levels inside candles that often act as magnets or reaction zones
Track retests of strong bars (imbalance) across higher timeframes
Add clean confluence with S/R, FVGs, or trend tools
Features: Selectable TF, zone width, extend lines/zones, historical caps, alerts, and info panel.
Note: This is an estimate of POC from OHLC, not real bid/ask volume. Use as context, not a standalone signal.
Cnagda Trading ToolCnagda Trading Tools - complete set of intraday trading
1. Trendline breakout based On ATR.
2. Live RSI, volume/candle average 20 Periods, trend direction last 34 periods, and some useful dashboard features.
3. Ma Scalp Line provide trend support and resistance + Where Line More Flat Previous Time You Also Use That Range As Support And Resistance
4. RSI based POC ( Point Of Control) indicate high Volume Area like fixed Range Volume profile
5. London session breakout with buy/sell Signal and NewYork session opening half hour range breakout with Buy/sell signal
Ma Scalp Buy And Sell Signal For Short term Scalping ( 5 Min Timeframe) Based on Ema And Wma Crossover
I hope these tools will improve your trading, but you should trade only after proper research, this indicator is not responsible for any loss.
Ema With VoLume RangeEMA with Volume Range – Adaptive Trend, Trailing Stops & Volume Profile Zones
This sophisticated indicator integrates three powerful trading tools in a single overlay: a classic EMA200, precision ATR-based buy/sell signals, and a unique double-zone volume profile for deep market structure analysis. Ideal for swing traders, scalpers, and volume-driven investors seeking actionable, multi-dimensional price insights.
Core Features
EMA200 (Exponential Moving Average):
Plots a customizable EMA200 (blue line) for identifying primary trend direction and dynamic support/resistance.
Exponential smoothing is enabled by default for better tracking of recent price action.
ATR-Based Trailing Stop with Buy/Sell Signals:
Uses Average True Range (ATR) to set adaptive trailing stop levels that respond to current market volatility.
Buy and Sell signals (tiny green and red labels) trigger whenever price crosses the trailing stop for precise entries and exits.
All signals are alert-enabled for automated or semi-automated trading workflows.
Adjustable ATR multiplier and lookback for tuning responsiveness.
Dual Volume Range Zones & Profile Histogram:
Automatically highlights recent high/low price zones (upper and lower) using your lookback period and zone width settings.
Each zone is split into horizontal "bins," color-coded for buy/sell dominance and highlighting the Point of Control (POC)—the price with the most traded volume.
The indicator draws live volume histograms inside each zone, supplementing them with labels that show buy vs. sell volumes and POC statistics.
Adjustable bin count, transparency, colors, and histogram granularity to fit your visual preference.
Optional midlines and fair value drift line help visualize price equilibrium and value shifts over time.
How to Use
Trend Confirmation: Align trades with the EMA200—trade long above, short below, or wait for ATR-trailing stop triggers that coincide with the EMA bias.
Signal Generation: Use the ATR trailing stop Buy/Sell signals to spot shifts in volatility-adjusted direction early.
Volume Zone Analysis: Identify where the highest concentration of buy/sell activity occurred within the customizable upper/lower zones:
Use high volume bins and POC as magnets for price, support/resistance, or to confirm breakout/failure zones.
Leverage the fair value drift line and dynamic labels to detect changes in market sentiment and volume pressure.
Advanced Trend Panel v3.1This is a comprehensive dashboard indicator designed to give traders a multi-faceted view of the market at a single glance. It combines key indicators across multiple timeframes, calculates trend duration, and presents all information in a clean, color-coded table. This tool is perfect for confirming trade ideas, identifying trend alignment, and understanding the underlying market dynamics.
#### Key Features:
* **All-in-One Dashboard:** A convenient on-chart table summarizes the state of multiple key indicators, saving you screen space and time.
* **Multi-Timeframe (MTF) Forecast:** Analyzes the long-term trend on a higher timeframe (e.g., Daily) to provide context for the current chart's trend.
* **Trend Analysis:** Uses dual sets of EMAs (long-term and short-term) to define the primary and immediate trend directions.
* **Trend Duration:** A unique feature that calculates how long the current short-term and long-term trends have been active, helping you gauge trend maturity.
* **Core Indicators Included:**
* **ADX:** Measures trend strength to differentiate between strong trends and weak or sideways markets.
* **RSI:** Identifies overbought and oversold conditions.
* **Point of Control (POC):** Shows the price level with the highest traded volume over a lookback period, acting as a key level of support/resistance.
* **Volume:** Compares current volume to its moving average to spot unusual activity.
* **Customizable Alerts:** Set up alerts for trend changes (long-term or short-term), RSI crossing into overbought/oversold zones, or shifts in ADX trend strength.
#### How to Use:
1. Apply the indicator to your chart.
2. In the settings, configure the timeframes, indicator lengths, and display options to match your trading style.
3. Use the table to quickly assess if the long-term trend, short-term trend, and momentum are aligned.
4. Enable alerts to be notified of key changes in market conditions without having to watch the chart constantly.
**Disclaimer:** This script is for educational purposes only and should not be considered financial advice. All trading involves risk. Past performance is not indicative of future results. Please backtest and use this tool as part of a comprehensive trading plan with proper risk management.
Feedback is always welcome! If you find this indicator useful, please leave a like.
Smart Money Volume Execution Footprint @MaxMaserati 2.0 Smart Money Volume Execution Footprint @MaxMaserati 2.0
Volume and Price Execution Tracker · Volume Delta · VWAP · POC · DOM Simulation
Overview
This volume and price tool high grade tool reveals **where** smart money is actually executing within each candle — not just how much volume traded, but the **exact price levels** where large buy/sell orders hit the tape.
By simulating Depth of Market (DOM) logic, it breaks each candle into price levels (default: 8–20) and reconstructs intra-candle volume pressure to identify:
• Institutional execution zones
• Buy vs Sell dominance
• Volume-weighted positioning
• Smart money flow bias (bullish / bearish / neutral)
Think of it as a powerful X-ray footprint to spot real-time volume/price behavior.
Core Features
Execution Dots (Smart Money Signatures)
• Plots dots at key institutional execution prices
• Color-coded: 🟢 Green = dominant buy volume · 🔴 Red = dominant sell volume
• Dot size = Volume Intensity (relative to average):
– tiny < 1.0x avg
– small 1.0x–1.5x
– normal 1.5x–2.5x
– large 2.5x–4.0x
– huge > 4.0x (massive positioning)
Volume Modes (Buy/Sell Breakdown)
• Total Volume Mode: Combined buy + sell volume at each price level
• Volume Delta Mode: Net buy/sell pressure (buy − sell)
Dot Placement Modes
• Volume POC: Dot at level with highest volume (Point of Control)
• VWAP: Dot at intra-candle volume-weighted average price
• Highest Volume Level: Similar to POC, simplified for fast bias detection
Smart Money Bias Detection
Real-time consensus calculation based on buy/sell volume ratio:
🟢 Bullish Consensus (>60% Buy Volume): Smart money buying → Long bias
🔴 Bearish Consensus (<40% Buy Volume): Smart money selling → Short bias
⚪ Neutral Market (40–60%): Market in balance → Wait for breakout
This logic powers the volume execution table, showing institutional sentiment per candle.
Dot Placement Example (How It Works)
Let’s say you break a candle into 10 price levels:
• Volume POC Mode → Dot at \$4,297.50, where volume was highest
• VWAP Mode → Dot around \$4,275, the volume-weighted average
• Volume Delta Mode → Dot where net buying/selling pressure peaked
Dot sizes based on volume intensity:
Level 1 (400K): size.huge — heavy institutional execution
Level 10 (300K): size.normal — passive accumulation
Level 5 (250K): size.normal — potential battle zone
🔗 Optional Visual Enhancements
• Zigzag Lines: Connects execution dots to highlight flow direction
• Labels: Toggle to show volume and/or execution price directly on dots
• Execution Table: Real-time snapshot of volume ratio, delta, and institutional bias
Option to see the volume and/or exact Price level
Ideal Use Cases
Institutional Flow Strategy
1. Look for large dots (size.large or size.huge)
2. Confirm direction with bias table (bullish or bearish consensus)
3. Align entries with institutional execution zones
4. Use retests of large dot prices as entries or exits
Option to only see huge buying and selling area to solely focus on them for retest
Volume Divergence Signals
• Price making new highs, but dot size shrinking → Weak breakout
• Price making new lows, but weak dot volume → Potential bounce
• Huge dot + rejection wick → Institutional defense zone
Configurable Settings
• Dot Placement: VWAP · POC · Delta
• Volume Mode: Total vs Delta
• Price Granularity: 5 to 50 levels per candle
• Dot Labels: Volume / Price
• Table Size, Position, and Color Themes
Important Notes
• Best used on high-volume markets (futures, indices, major FX pairs)
• Ideal timeframe: 1m–15m for precision, 1h–4h for position setups
• Integrates well with VWAP, session levels, or structure-based trading
OI BTC Profile# 🚀 Bitcoin Open Interest Profile
## 📊 **What is this indicator?**
The **Bitcoin Open Interest Profile** is an advanced indicator developed in Pine Script v6 that visualizes the distribution of Bitcoin's Open Interest (OI) across different price levels, similar to a Volume Profile but using Open Interest data.
## 🎯 **Key Features**
### **Open Interest Analysis**
- **Dual Mode**: Visualizes both absolute OI value and net changes
- **Data Source**: Uses Open Interest data from BINANCE:BTCUSDT.P-OI
- **Configurable Lookback**: Up to 1000 historical bars for analysis
### **Professional Visualization**
- **Horizontal Profile**: Horizontal bars showing OI concentration by price level
- **Point of Control (POC)**: Automatically identifies the level with highest OI concentration
- **Rolling POC**: Option to display dynamic POC in real-time
### **Advanced Customization**
- **3 Color Schemes**:
- **OI Gradient**: Colors by Open Interest intensity
- **Bull/Bear**: Green for increases, red for decreases
- **Custom**: Customizable color
- **Adjustable Histogram**: Width, position, and orientation configurable
- **Up to 500 levels**: Ultra-high resolution for detailed analysis
## 🔧 **Configurable Parameters**
### **Basic Settings**
- `Lookback`: Number of bars to analyze (1-1000)
- `Row Size`: Profile resolution (1-500 levels)
- `Rolling POC`: Show dynamic POC
- `OI Calculation`: Absolute value or net change
### **Style Settings**
- `Width`: Histogram width (% of range)
- `Bar Width`: Bar thickness
- `Flip Histogram`: Invert orientation
- `Color Schemes`: Multiple coloring options
## 📈 **Trading Applications**
### **Support and Resistance Analysis**
- Identifies levels with highest concentration of open positions
- POC acts as a magnetic price attractor
### **Liquidity Zone Detection**
- High OI levels may indicate potential liquidation zones
- Useful for identifying stop-loss clusters
### **Sentiment Analysis**
- OI changes reveal accumulation or distribution patterns
- Difference between absolute value and net changes provides context
### **Entry Timing**
- Rolling POC can act as dynamic support/resistance
- Confluence with traditional technical analysis
## 💡 **Competitive Advantages**
### **Optimized Performance**
- Maximum 500 simultaneous lines for smooth operation
- Efficient calculations with native arrays
- Compatible with multiple timeframes
### **Total Flexibility**
- Adaptable to different trading strategies
- Granular configuration for each trader
- Overlay that doesn't interfere with price analysis
### **Institutional Data**
- Access to market-moving metrics
- Information not available in traditional indicators
- Informational advantage over retail traders
## 🚨 **Recommended Use Cases**
### **Scalping and Day Trading**
- Use high resolution (300-500 rows) with short lookback (50-100 bars)
- Rolling POC as intraday reference
### **Swing Trading**
- Medium resolution (100-200 rows) with extended lookback (200-500 bars)
- Focus on high OI levels for targets
### **Positional Analysis**
- Maximum lookback (500-1000 bars) for historical context
- Identification of accumulation/distribution zones
## 🎨 **Visual Examples**
The indicator generates a horizontal profile showing:
- **Longer bars**: Higher Open Interest concentration
- **POC (dotted line)**: Level of maximum interest
- **Color gradient**: OI intensity or bull/bear sentiment
## 🔥 **Why is it unique?**
1. **First of its kind**: Combines volume analysis with derivatives metrics
2. **Institutional precision**: Real-time Open Interest data
3. **Extreme versatility**: Adaptable to any trading style
4. **Optimized performance**: Efficient code for professional use
## 📞 **Feedback and Improvements**
Would you like to see any additional functionality? Any specific parameters for your strategy?
---
*Developed by an experienced trader for experienced traders. Compatible with Pine Script v6 and optimized for Bitcoin, but adaptable to other instruments with available OI data.*
HSI Market sessions and Volume profileHSI Market Sessions and Volume Profile
Unlock deeper market insight with this advanced volume profile indicator tailored for Hang Seng Index (HSI) and other futures instruments. This tool combines session-based volume analysis, customizable profiles, and intraday tracking for superior market structure awareness.
🔍 Key Features:
Dynamic Volume Profile: View aggregated buy/sell volume or open interest delta across customizable price zones.
POC, VAH, VAL Lines: Instantly spot the Point of Control, Value Area High, and Value Area Low for each session.
Flexible Session Options: Analyze market behavior by Tokyo, London, New York, or standard timeframes like Daily, Weekly, Monthly, Quarterly, or Yearly.
Live Zone Tracking: Stay ahead with real-time profiling of the current session.
Forex Box Option: Visualize forex trading zones even without volume profiles.
Highly Configurable: Choose from three display modes, resolution settings, and color schemes to fit your style and precision needs.
🧠 Smart Mechanics:
Adaptive to both Volume and Open Interest data.
Built-in smoothing algorithm for cleaner profiles in high-volatility assets.
Auto-reset and draw logic based on session type and bar resolution.
Intrabar data handling for more granular profiling (requires lower timeframe input).
✅ Ideal For:
HSI Futures Traders looking for market session clarity and volume zones.
Volume Profile Analysts needing flexible, session-specific profile rendering.
Day Traders and Swing Traders who value precision in trade planning.
Prev Week POC Buy/Sell Signals
Hi, I’m Edward. I created a straightforward strategy for swing traders (4hr or 8hr timeframe users). This strategy is for traders that are not interested to look at charts all day long, 2 times a day max, but still be profitable.
The indicator:
Print a buy signal when the price closes above the previous week's Point of Control (POC).
Stay in the trade until the price closes below the previous week's POC, then print a sell signal.
The indicator calculates the weekly POC using a basic volume profile method, then tracks the previous week's POC for signals.
Previous week POC is valid from Monday to Thursday. By close of business on Thursday, the current week trend and POC should be well established and should be used make buy or sell decisions. Enjoy!
David_FairPriceCandlestick_calculatedDescription:
This indicator displays the "Typical Price" for each candle as a visual marker (cross) directly on the chart. The Typical Price is calculated as the average of the High, Low, and Close values of each bar:
(High + Low + Close) / 3
The marker provides a quick visual reference to the fair or average price level within every single candle.
Unlike a Point of Control (POC) or volume-based indicators, this script works purely with price data and is independent of volume or order flow.
Use cases:
Identify where most trading activity may have been concentrated within the candle (for price-based strategies)
Support as a reference line for mean-reversion or fair value concepts
Works on all timeframes and instruments
Customization:
You can easily change the marker style (cross, dot, triangle, etc.) and color within the script.
Overnight Bias: Net Long/Short with PercentOvernight bias can assist with NY session gap fades or gap and go trading once the NY session is open.
Some general gap rules are:
1. Gap Direction Aligned with Overnight Bias
Rule: If the NY session gaps up and the overnight bias is Net Long (e.g., >60% of bars above the overnight open), favor longs.
Confirmation: Look for price to hold above overnight open or VWAP.
Invalidation: If price re-enters the overnight range, reassess.
2. Gap Opposing Overnight Bias (Contrarian Setup)
Rule: If the NY opens opposite the overnight bias, expect potential gap fill or reversal.
Trade Bias: Look for retracement back toward the overnight open or VWAP.
Example: Overnight was Net Long, but NY gaps down → wait for reclaim of VWAP to go long, else fade strength.
3. Gap Into Prior Day Value Area (VAH to VAL)
Rule: If the NY session gaps into the prior day value area:
It implies mean reversion behavior.
Expect price to rotate toward the POC (point of control).
Trade Bias: Fade toward POC if overnight bias is balanced or opposite the gap direction.
4. Gap Outside Prior Day Value Area
Rule: A gap above VAH or below VAL suggests potential breakout or new trend day.
Trade Bias: If overnight bias aligns (e.g., gap above VAH + Net Long overnight), consider trend continuation.
Invalidation: If price breaks back inside the prior day value area, watch for failed breakout → fade trade possible.
5. Gap Above Prior Day High / Below Prior Day Low
Rule: This is a true breakout gap.
Above Prior High + Net Long Bias: Look for continuation.
Below Prior Low + Net Short Bias: Look for sell pressure continuation.
Trade Bias: Use pullbacks to the prior high/low or overnight open for continuation setups.
6. Gap Within Prior Day Range
Rule: If the NY open is within the prior day’s high and low, expect chop or balanced conditions.
Trade Bias: Use overnight VWAP and prior POC as decision zones. Be cautious unless a breakout occurs.
7. Failed Gap and Re-entry into Prior Day Range
Rule: If price gaps above prior high but re-enters the prior range, it's a failed breakout.
Trade Bias: Look for a fade back to VAH or POC.
Confirmation: Watch for breakdown below overnight VWAP or failure to hold overnight open.
8. Gap + Overnight VWAP Divergence
Rule: If price gaps opposite the direction of VWAP (e.g., VWAP rising, gap down), wait for confirmation.
Trade Bias: Be cautious with early trades. Bias may flip if VWAP is reclaimed.
9. Gap + Overnight Open Test
Rule: If price opens with a gap and then retests the overnight open, that level becomes a decision zone.
Trade Bias:
Hold above = trend continuation.
Rejection = gap fill or reversal.
10. Unfilled Gap = Trend Bias
Rule: If the gap remains unfilled for the first 30–60 minutes, it increases the odds of a trend day.
Trade Bias: Trade pullbacks in the direction of the gap and overnight bias.
Should anyone have suggestion to add please do so.
Dynamic Liquidity Depth [BigBeluga]
Dynamic Liquidity Depth
A liquidity mapping engine that reveals hidden zones of market vulnerability. This tool simulates where potential large concentrations of stop-losses may exist — above recent highs (sell-side) and below recent lows (buy-side) — by analyzing real price behavior and directional volume. The result is a dynamic two-sided volume profile that highlights where price is most likely to gravitate during liquidation events, reversals, or engineered stop hunts.
🔵 KEY FEATURES
Two-Sided Liquidity Profiles:
Plots two separate profiles on the chart — one above price for potential sell-side liquidity , and one below price for potential buy-side liquidity . Each profile reflects the volume distribution across binned zones derived from historical highs and lows.
Real Stop Zone Simulation:
Each profile is offset from the current high or low using an ATR-based buffer. This simulates where traders might cluster their stop-losses above swing highs (short stops) or below swing lows (long stops).
Directional Volume Analysis:
Buy-side volume is accumulated only from bullish candles (close > open), while sell-side volume is accumulated only from bearish candles (close < open). This directional filtering enhances accuracy by capturing genuine pressure zones.
Dynamic Volume Heatmap:
Each liquidity bin is rendered as a horizontal box with a color gradient based on volume intensity:
- Low activity bins are shaded lightly.
- High-volume zones appear more vividly in red (sell) or lime (buy).
- The maximum volume bin in each profile is emphasized with a brighter fill and a volume label.
Extended POC Zones:
The Point of Control (PoC) — the bin with the most volume — is extended backwards across the entire lookback period to mark critical resistance (sell-side) or support (buy-side) levels.
Total Volume Summary Labels:
At the center of each profile, a summary label displays Total Buy Liquidity and Total Sell Liquidity volume.
This metric helps assess directional imbalance — when buy liquidity is dominant, the market may favor upward continuation, and vice versa.
Customizable Profile Granularity:
You can fine-tune both Resolution (Bins) and Offset Distance to adjust how far profiles are displaced from price and how many levels are calculated within the ATR range.
🔵 HOW IT WORKS
The indicator calculates an ATR-based buffer above highs and below lows to define the top and bottom of the liquidity zones.
Using a user-defined lookback period, it scans historical candles and divides the buffered zones into bins.
Each bin checks if bullish (or bearish) candles pass through it based on price wicks and body.
Volume from valid candles is summed into the corresponding bin.
When volume exists in a bin, a horizontal box is drawn with a width scaled by relative volume strength.
The bin with the highest volume is highlighted and optionally extended backward as a zone of importance.
Total buy/sell liquidity is displayed with a summary label at the side of the profile.
🔵 USAGE/b]
Identify Stop Hunt Zones: High-volume clusters near swing highs/lows are likely liquidation zones targeted during fakeouts.
Fade or Follow Reactions: Price hitting a high-volume bin may reverse (fade opportunity) or break with strength (confirmation breakout).
Layer with Other Tools: Combine with market structure, order blocks, or trend filters to validate entries near liquidity.
Adjust Offset for Sensitivity: Use higher offset to simulate wider stop placement; use lower for tighter scalping zones.
🔵 CONCLUSION
Dynamic Liquidity Depth transforms raw price and volume into a spatial map of liquidity. By revealing areas where stop orders are likely hidden, it gives traders insight into price manipulation zones, potential reversal levels, and breakout traps. Whether you're hunting for traps or trading with the flow, this tool equips you to navigate liquidity with precision.
Options Volume ProfileOptions Volume Profile
Introduction
Unlock institutional-level options analysis directly on your charts with Options Volume Profile - a powerful tool designed to visualize and analyze options market activity with precision and clarity. This indicator bridges the gap between technical price action and options flow, giving you a comprehensive view of market sentiment through the lens of options activity.
What Is Options Volume Profile?
Options Volume Profile is an advanced indicator that analyzes call and put option volumes across multiple strikes for any symbol and expiration date available on TradingView. It provides a real-time visual representation of where money is flowing in the options market, helping identify potential support/resistance levels, market sentiment, and possible price targets.
Key Features
Comprehensive Options Data Visualization
Dynamic strike-by-strike volume profile displayed directly on your chart
Real-time tracking of call and put volumes with custom visual styling
Clear display of important value areas including POC (Point of Control)
Value Area High/Low visualization with customizable line styles and colors
BK Daily Range Identification
Secondary lines marking significant volume thresholds
Visual identification of key strike prices with substantial options activity
Value Area Cloud Visualization
Configurable cloud overlays for value areas
Enhanced visual identification of high-volume price zones
Detailed Summary Table
Complete breakdown of call and put volumes per strike
Percentage analysis of call vs put activity for sentiment analysis
Color-coded volume data for instant pattern recognition
Price data for both calls and puts at each strike
Custom Strike Selection
Configure strikes above and below ATM (At The Money)
Flexible strike spacing and rounding options
Custom base symbol support for various options markets
Use Cases
1. Identifying Key Support & Resistance
Visualize where major options activity is concentrated to spot potential support and resistance zones. The POC and Value Area lines often act as magnets for price.
2. Analyzing Market Sentiment
Compare call versus put volume distribution to gauge directional bias. Heavy call volume suggests bullish sentiment, while heavy put volume indicates bearish positioning.
3. Planning Around Institutional Activity
Volume profile analysis reveals where professional traders are positioning themselves, allowing you to align with or trade against smart money.
4. Setting Precise Targets
Use the POC and Value Area High/Low lines as potential profit targets when planning your trades.
5. Spotting Unusual Options Activity
The color-coded volume table instantly highlights anomalies in options flow that may signal upcoming price movements.
Customization Options
The indicator offers extensive customization capabilities:
Symbol & Data Settings : Configure base symbol and data aggregation
Strike Selection : Define number of strikes above/below ATM
Expiration Date Settings : Set specific expiry dates for analysis
Strike Configuration : Customize strike spacing and rounding
Profile Visualization : Adjust offset, width, opacity, and height
Labels & Line Styles : Fully configurable text and visual elements
Value Area Settings : Customize POC and Value Area visualization
Secondary Line Settings : Configure the BK Daily Range appearance
Cloud Visualization : Add colored overlays for enhanced visibility
How to Use
Apply the indicator to your chart
Configure the expiration date to match your trading timeframe
Adjust strike selection and spacing to match your instrument
Use the volume profile and summary table to identify key levels
Trade with confidence knowing where the real money is positioned
Perfect for options traders, futures traders, and anyone who wants to incorporate institutional-level options analysis into their trading strategy.
Take your trading to the next level with Options Volume Profile - where price meets institutional positioning.
Volume Range Map [BigBeluga]This volume-based tool identifies the highest and lowest price extremes within a lookback period and constructs two dynamic range zones. Each zone is filled with horizontal volume profiles that visualize the distribution of traded volume across price bins, helping traders pinpoint key areas of accumulation and distribution.
🔵Key Features:
Dynamic High/Low Zones:
➣ Automatically detects the highest and lowest price levels within a custom lookback window.
➣ Draws two shaded zones: one near the high and one near the low, representing potential supply and demand areas.
Volume Profiles per Zone:
➣ Each zone is filled with a volume profile histogram divided into bins.
➣ The length of each horizontal bar represents the relative volume traded at that price level.
➣ Bins collectively account for 100% of the zone’s volume.
POC Highlighting:
➣ The price bin with the highest volume is marked as the Point of Control (POC), along with a label showing its share of total volume in percentage.
➣ A dashed line is drawn at the middle level of the zone.
Customizable Display:
➣ Traders can adjust the number of bins, zone width, and toggle midline visibility to match their strategy needs.
➣ Colors of upper and lower volume zones are fully customizable.
🔵Usage:
Supply/Demand Analysis: Use upper/lower volume zones to find key reversal or continuation areas where market participants were most active.
Volume Confirmation: Confirm breakout or rejection trades by watching how price reacts to high-volume areas inside each zone.
POC Strategy: Treat POC levels as magnet zones — price tends to revisit them due to high liquidity.
Trade Planning: Use volume-weighted levels instead of raw price action to plan entries, stop-losses, and targets.
Volume Range Map offers a clean and powerful way to analyze volume distribution at price extremes. By combining precise volume histograms, POC highlights, and adaptive zone drawing, it brings market structure into sharper focus for range and breakout traders alike.
Volume Pro Indicator## Volume Pro Indicator
A powerful volume indicator that visualizes volume distribution across different price levels. This tool helps you easily identify where trading activity concentrates within the price range.
### Key Features:
- **Volume visualization by price levels**: Green (lower zone), Magenta (middle zone), Cyan (upper zone)
- **VPOC (Volume Point of Control)**: Shows the price level with the highest volume concentration
- **High and Low lines**: Highlights the extreme levels of the analyzed price range
- **Customizable historical analysis**: Configurable number of days for calculation
### How to use it:
- Colored volumes show where trading activity concentrates within the price range
- The VPOC helps identify the most significant price levels
- Different colors allow you to quickly visualize volume distribution in different price areas
Customizable with numerous options, including analysis period, calculation resolution, colors, and visibility of different components.
### Note:
This indicator works best on higher timeframes (1H, 4H, 1D) and liquid markets. It's a visual analysis tool that enhances your understanding of market structure.
#volume #vpoc #distribution #volumeprofile #trading #analysis #indicator #professional #pricelevels #volumedistribution
Multi-Timeframe Liquidity Zones V6 (Lines)Multi-Timeframe Liquidity Zones V6 (Lines) identifies key volume-based support and resistance levels across multiple timeframes (Monthly, Weekly, Daily, 4H, 1H, 30M, and 15M). It calculates the Point of Control (POC)—the price with the highest volume—and the Value Area High (VAH)/Value Area Low (VAL)—the range that captures the bulk of trading activity—based on a user-defined number of bars.
The indicator draws lines for these levels on the chart and labels them with the corresponding timeframe. This helps you quickly spot where major volume concentration may affect price movements, making it easier to plan entries, exits, and risk management. Simply adjust the “Bars Count” parameters to suit your preferred timeframe or market volatility.
While these volume levels often coincide with strong support/resistance zones, it’s best to combine them with other technical tools or price action for confirmation. In short, Multi-Timeframe Liquidity Zones V6 (Lines) offers a clear, consolidated view of crucial volume-driven levels, streamlining multi-timeframe analysis and enhancing your overall trading strategy.